/* Reset default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navbar styles */
.navbar {
  background-color: #333;
  overflow: hidden;
}

.navbar a {
  float:left;
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;

}

.navbar a:hover {
  background-color: #ddd;
  color: black;
  width: 100px;
  position: static;
}

.navbar a.active {
  background-color: #4CAF50;
  color: white;
  width: auto;

}




.back-video{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

section{
  padding: 0rem ;
}


.home{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.home .content{
  flex-basis: 50%;
  max-width: 70rem;
}
.home .content{
  padding-left: 0%;
}

.content-right{
  flex-basis: 47%;
  margin-right: 3%;
}

.content-right h3{
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 2%;
}
.content-right ul li{
  font-size: 24px;
  text-align: justify;
}

.content-right .btn{
  text-decoration: none;
  font-size: 18px;
  padding: 10px 8px;
  background-color: rgb(43, 204, 86);
  border-radius: 5px;
  color: white;
}
.content-right p{
  margin-top: 4%;
  font-size: 25px;
}
.content-right span{
  background-color: rgb(224, 25, 68, 0.5);
}